Q3Line_New
You can use theQ3Line_New
function to create a new line.
TQ3GeometryObject Q3Line_New (const TQ3LineData *lineData);
lineData
- A pointer to a
TQ3LineData
structure.DESCRIPTION
TheQ3Line_New
function returns, as its function result, a new line having the endpoints and attributes specified by thelineData
parameter. If a new line could not be created,Q3Line_New
returns the valueNULL
.